home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 18
/
CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso
/
CUCD
/
Utilities
/
Commodities
/
Yak
/
Source
/
Prefs
/
Include
/
sas_lists.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-16
|
303 b
|
10 lines
/* The following lists manipulation functions are not needed for DICE
* because they are already implemented in DICE c.lib
*/
void *GetHead(const struct MinList *List);
void *GetSucc(const struct MinNode *Node);
void *GetTail(const struct MinList *List);
void *GetPred(const struct MinNode *Node);